Property to access the background image for the Static widget.
\par Usage:
- Name: BackgroundImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class BackgroundImage : public Property
{
public:
BackgroundImage() : Property(
"BackgroundImage",
"Property to get/set the background image for the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the top-left image for the frame of the Static widget.
\par Usage:
- Name: TopLeftFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class TopLeftFrameImage : public Property
{
public:
TopLeftFrameImage() : Property(
"TopLeftFrameImage",
"Property to get/set the top-left image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the top-right image for the frame of the Static widget.
\par Usage:
- Name: TopRightFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class TopRightFrameImage : public Property
{
public:
TopRightFrameImage() : Property(
"TopRightFrameImage",
"Property to get/set the top-right image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the bottom-left image for the frame of the Static widget.
\par Usage:
- Name: BottomLeftFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class BottomLeftFrameImage : public Property
{
public:
BottomLeftFrameImage() : Property(
"BottomLeftFrameImage",
"Property to get/set the bottom-left image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the bottom-right image for the frame of the Static widget.
\par Usage:
- Name: BottomRightFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class BottomRightFrameImage : public Property
{
public:
BottomRightFrameImage() : Property(
"BottomRightFrameImage",
"Property to get/set the bottom-right image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the left edge image for the frame of the Static widget.
\par Usage:
- Name: LeftFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class LeftFrameImage : public Property
{
public:
LeftFrameImage() : Property(
"LeftFrameImage",
"Property to get/set the left edge image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the right edge image for the frame of the Static widget.
\par Usage:
- Name: RightFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class RightFrameImage : public Property
{
public:
RightFrameImage() : Property(
"RightFrameImage",
"Property to get/set the right edge image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the top edge image for the frame of the Static widget.
\par Usage:
- Name: TopFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class TopFrameImage : public Property
{
public:
TopFrameImage() : Property(
"TopFrameImage",
"Property to get/set the top edge image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",
Property to access the bottom edge image for the frame of the Static widget.
\par Usage:
- Name: BottomFrameImage
- Format: "set:[text] image:[text]".
\par Where:
- set:[text] is the name of the Imageset containing the image. The Imageset name should not contain spaces. The Imageset specified must already be loaded.
- image:[text] is the name of the Image on the specified Imageset. The Image name should not contain spaces.
*/
class BottomFrameImage : public Property
{
public:
BottomFrameImage() : Property(
"BottomFrameImage",
"Property to get/set the bottom edge image for the frame of the Static widget. Value should be \"set:[imageset name] image:[image name]\".",